Fix indentation in readme
authorFelix Krull <f_krull@gmx.de>
Fri, 24 Jul 2020 13:25:56 +0000 (15:25 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000 (12:53 -0400)
rust-bindings/rust/README.md

index adab5c96218ada378fbd3301f376b8554f62303d..35ef22e1bd7283ea40fecd5a585e16023a4b9690 100644 (file)
@@ -102,9 +102,9 @@ The version needs to be changed in the following places (if applicable):
 * in `Cargo.toml` for the main crate version
 * in `README.md` in the *Installing* section in case of major version bumps
 
- Then tag the commit as `ostree/x.y.z` and/or `ostree-sys/x.y.z`. This will run
- the crates.io deployment jobs. Main and -sys crate don't have to be released in
- lockstep.
+Then tag the commit as `ostree/x.y.z` and/or `ostree-sys/x.y.z`. This will run
+the crates.io deployment jobs. Main and -sys crate don't have to be released in
+lockstep.
 
 ## License
 The `ostree` crate is licensed under the MIT license. See the LICENSE file for